home *** CD-ROM | disk | FTP | other *** search
/ The Best of Down Under Games / The Best of Down Under Games.iso / 3dfx Screen Savers / Chrome / Test05.mak < prev    next >
Text File  |  1997-07-15  |  7KB  |  233 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=TEST05 - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to TEST05 - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "TEST05 - Win32 Release" && "$(CFG)" != "TEST05 - Win32 Debug"
  12. !MESSAGE Invalid configuration "$(CFG)" specified.
  13. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  14. !MESSAGE by defining the macro CFG on the command line.  For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "Test05.mak" CFG="TEST05 - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "TEST05 - Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "TEST05 - Win32 Debug" (based on "Win32 (x86) Console Application")
  22. !MESSAGE 
  23. !ERROR An invalid configuration is specified.
  24. !ENDIF 
  25.  
  26. !IF "$(OS)" == "Windows_NT"
  27. NULL=
  28. !ELSE 
  29. NULL=nul
  30. !ENDIF 
  31. ################################################################################
  32. # Begin Project
  33. # PROP Target_Last_Scanned "TEST05 - Win32 Debug"
  34. RSC=rc.exe
  35. CPP=cl.exe
  36.  
  37. !IF  "$(CFG)" == "TEST05 - Win32 Release"
  38.  
  39. # PROP BASE Use_MFC 0
  40. # PROP BASE Use_Debug_Libraries 0
  41. # PROP Use_MFC 0
  42. # PROP Use_Debug_Libraries 0
  43. OUTDIR=.
  44. INTDIR=.
  45.  
  46. ALL : "$(OUTDIR)\chrome.exe"
  47.  
  48. CLEAN : 
  49.     -@erase ".\chrome.exe"
  50.     -@erase ".\New.obj"
  51.     -@erase ".\track2.obj"
  52.     -@erase ".\Sphere.obj"
  53.  
  54. # ADD BASE CPP /nologo /W3 /GX /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  55. # ADD CPP /nologo /G5 /W3 /vd0 /Gf /Gy /I "c:\glide\win32\include" /I "c:\C\resources\gvector2" /D "__MSC__" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MSC_" /D "__MSC__ " /D "WIN32 " /D "__WIN32__" /D "GLIDEHARDWARE" /YX /c
  56. CPP_PROJ=/nologo /G5 /ML /W3 /vd0 /Gf /Gy /I "c:\glide\win32\include" /I\
  57.  "c:\C\resources\gvector2" /D "__MSC__" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D\
  58.  "_MSC_" /D "__MSC__ " /D "WIN32 " /D "__WIN32__" /D "GLIDEHARDWARE"\
  59.  /Fp"Test05.pch" /YX /c 
  60. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  61. # ADD RSC /l 0x409 /d "NDEBUG"
  62. BSC32=bscmake.exe
  63. # ADD BASE BSC32 /nologo
  64. # ADD BSC32 /nologo
  65. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Test05.bsc" 
  66. BSC32_SBRS=
  67. LINK32=link.exe
  68. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  69. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /out:"chrome.exe"
  70. # SUBTRACT LINK32 /debug
  71. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  72.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  73.  odbccp32.lib /nologo /subsystem:console /incremental:no\
  74.  /pdb:"$(OUTDIR)/chrome.pdb" /machine:I386 /out:"$(OUTDIR)/chrome.exe" 
  75. LINK32_OBJS= \
  76.     "$(INTDIR)/New.obj" \
  77.     "$(INTDIR)/track2.obj" \
  78.     "$(INTDIR)/Sphere.obj" \
  79.     "..\win32\lib\msvc\glide.lib" \
  80.     "..\win32\lib\msvc\sst1init.lib"
  81.  
  82. "$(OUTDIR)\chrome.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  83.     $(LINK32) @<<
  84.   $(LINK32_FLAGS) $(LINK32_OBJS)
  85. <<
  86.  
  87. !ELSEIF  "$(CFG)" == "TEST05 - Win32 Debug"
  88.  
  89. # PROP BASE Use_MFC 0
  90. # PROP BASE Use_Debug_Libraries 1
  91. # PROP Use_MFC 0
  92. # PROP Use_Debug_Libraries 1
  93. OUTDIR=.
  94. INTDIR=.
  95.  
  96. ALL : "$(OUTDIR)\chrome.exe"
  97.  
  98. CLEAN : 
  99.     -@erase ".\vc40.pdb"
  100.     -@erase ".\vc40.idb"
  101.     -@erase ".\chrome.exe"
  102.     -@erase ".\New.obj"
  103.     -@erase ".\track2.obj"
  104.     -@erase ".\Sphere.obj"
  105.     -@erase ".\chrome.ilk"
  106.  
  107. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  108. # ADD CPP /nologo /G5 /ML /W3 /Gm /vd0 /Zi /Od /Gf /Gy /I "c:\glide\win32\include" /I "c:\C\resources\gvector2" /D "__MSC__" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MSC_" /D "__MSC__ " /D "WIN32 " /D "__WIN32__" /D "GLIDEHARDWARE" /YX /c
  109. CPP_PROJ=/nologo /G5 /ML /W3 /Gm /vd0 /Zi /Od /Gf /Gy /I\
  110.  "c:\glide\win32\include" /I "c:\C\resources\gvector2" /D "__MSC__" /D "_DEBUG"\
  111.  /D "WIN32" /D "_CONSOLE" /D "_MSC_" /D "__MSC__ " /D "WIN32 " /D "__WIN32__" /D\
  112.  "GLIDEHARDWARE" /Fp"Test05.pch" /YX /c 
  113. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  114. # ADD RSC /l 0x409 /d "_DEBUG"
  115. BSC32=bscmake.exe
  116. # ADD BASE BSC32 /nologo
  117. # ADD BSC32 /nologo
  118. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Test05.bsc" 
  119. BSC32_SBRS=
  120. LINK32=link.exe
  121. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  122. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /out:"chrome.exe"
  123. # SUBTRACT LINK32 /debug
  124. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  125.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  126.  odbccp32.lib /nologo /subsystem:console /incremental:yes\
  127.  /pdb:"$(OUTDIR)/chrome.pdb" /machine:I386 /out:"$(OUTDIR)/chrome.exe" 
  128. LINK32_OBJS= \
  129.     "$(INTDIR)/New.obj" \
  130.     "$(INTDIR)/track2.obj" \
  131.     "$(INTDIR)/Sphere.obj" \
  132.     "..\win32\lib\msvc\glide.lib" \
  133.     "..\win32\lib\msvc\sst1init.lib"
  134.  
  135. "$(OUTDIR)\chrome.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  136.     $(LINK32) @<<
  137.   $(LINK32_FLAGS) $(LINK32_OBJS)
  138. <<
  139.  
  140. !ENDIF 
  141.  
  142. .c.obj:
  143.    $(CPP) $(CPP_PROJ) $<  
  144.  
  145. .cpp.obj:
  146.    $(CPP) $(CPP_PROJ) $<  
  147.  
  148. .cxx.obj:
  149.    $(CPP) $(CPP_PROJ) $<  
  150.  
  151. .c.sbr:
  152.    $(CPP) $(CPP_PROJ) $<  
  153.  
  154. .cpp.sbr:
  155.    $(CPP) $(CPP_PROJ) $<  
  156.  
  157. .cxx.sbr:
  158.    $(CPP) $(CPP_PROJ) $<  
  159.  
  160. ################################################################################
  161. # Begin Target
  162.  
  163. # Name "TEST05 - Win32 Release"
  164. # Name "TEST05 - Win32 Debug"
  165.  
  166. !IF  "$(CFG)" == "TEST05 - Win32 Release"
  167.  
  168. !ELSEIF  "$(CFG)" == "TEST05 - Win32 Debug"
  169.  
  170. !ENDIF 
  171.  
  172. ################################################################################
  173. # Begin Source File
  174.  
  175. SOURCE=.\track2.c
  176. DEP_CPP_TRACK=\
  177.     "c:\glide\win32\include\glide.h"\
  178.     "c:\glide\win32\include\3dfx.h"\
  179.     "c:\glide\win32\include\sst1vid.h"\
  180.     "c:\glide\win32\include\glidesys.h"\
  181.     "c:\glide\win32\include\glideutl.h"\
  182.     
  183.  
  184. "$(INTDIR)\track2.obj" : $(SOURCE) $(DEP_CPP_TRACK) "$(INTDIR)"
  185.  
  186.  
  187. # End Source File
  188. ################################################################################
  189. # Begin Source File
  190.  
  191. SOURCE=\Glide\win32\lib\msvc\sst1init.lib
  192.  
  193. !IF  "$(CFG)" == "TEST05 - Win32 Release"
  194.  
  195. !ELSEIF  "$(CFG)" == "TEST05 - Win32 Debug"
  196.  
  197. !ENDIF 
  198.  
  199. # End Source File
  200. ################################################################################
  201. # Begin Source File
  202.  
  203. SOURCE=\Glide\win32\lib\msvc\glide.lib
  204.  
  205. !IF  "$(CFG)" == "TEST05 - Win32 Release"
  206.  
  207. !ELSEIF  "$(CFG)" == "TEST05 - Win32 Debug"
  208.  
  209. !ENDIF 
  210.  
  211. # End Source File
  212. ################################################################################
  213. # Begin Source File
  214.  
  215. SOURCE=.\Sphere.c
  216.  
  217. "$(INTDIR)\Sphere.obj" : $(SOURCE) "$(INTDIR)"
  218.  
  219.  
  220. # End Source File
  221. ################################################################################
  222. # Begin Source File
  223.  
  224. SOURCE=.\New.c
  225.  
  226. "$(INTDIR)\New.obj" : $(SOURCE) "$(INTDIR)"
  227.  
  228.  
  229. # End Source File
  230. # End Target
  231. # End Project
  232. ################################################################################
  233.